home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / ingres04.lzh / source / conf / sysmonitor.c < prev    next >
Encoding:
C/C++ Source or Header  |  1985-01-23  |  262 b   |  20 lines

  1. # include    <func.h>
  2. # include    <sccs.h>
  3.  
  4.  
  5. SCCSID(@(#)sysmonitor.c    8.1    12/31/84)
  6.  
  7.  
  8.  
  9. char    Qbuf[400];
  10. int    QbufSize = sizeof Qbuf;
  11.  
  12. extern struct fn_def    SysTtyMonFn;
  13.  
  14. struct fn_def    *FuncVect[] =
  15. {
  16.     &SysTtyMonFn,
  17. };
  18.  
  19. int    NumFunc = sizeof FuncVect / sizeof FuncVect[0];
  20.